home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFER__
/
PROTO
/
U
/
LIFE_WIN.H
< prev
next >
Wrap
Text File
|
1991-07-23
|
816b
|
37 lines
/* LIFE_WINDOW */
/* File name: LIFE_WINDOW.h */
/* Function: Handle a modeless dialog */
/* History: 7/23/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Init the modeless dialog */
void U_Init_LIFE_WINDOW(void);
/* Moved the modeless dialog */
void U_Moved_LIFE_WINDOW(DialogPtr theDialog, Rect *OldRect);
/* Update the modeless dialog */
void U_Update_LIFE_WINDOW(DialogPtr theDialog);
/* Setup the modeless dialog */
void U_Setup_LIFE_WINDOW(DialogPtr theDialog);
/* Close the modeless dialog */
void U_Close_LIFE_WINDOW(DialogPtr theDialog);
/* Hit in the modeless dialog */
void U_Hit_LIFE_WINDOW(DialogPtr theDialog, short itemHit, Boolean *ExitDialog, EventRecord *theEvent);
/* ======================================================= */